SetLifecycleEventsEnabledRequest

data class SetLifecycleEventsEnabledRequest(enabled: Boolean)

Represents request frame that can be used with Page#setLifecycleEventsEnabled operation call.

Controls whether page will emit lifecycle events.

See also

Constructors

SetLifecycleEventsEnabledRequest
Link copied to clipboard
fun SetLifecycleEventsEnabledRequest(enabled: Boolean)

Properties

enabled
Link copied to clipboard
val enabled: Boolean
If true, starts emitting lifecycle events.

Sources

jvm source
Link copied to clipboard